home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TBUTTONEDITBOX / TBUTTONEDITBOX.txt
Text File  |  1999-07-27  |  2KB  |  85 lines

  1. object ButtonEditBox: TButtonEditBox
  2.   Left = 234
  3.   Top = 183
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'ButtonEditBox'
  8.   ClientHeight = 102
  9.   ClientWidth = 355
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object InfoText: TLabel
  18.     Left = 13
  19.     Top = 8
  20.     Width = 329
  21.     Height = 13
  22.     AutoSize = False
  23.     Caption = 'InfoText'
  24.     ShowAccelChar = False
  25.     WordWrap = True
  26.   end
  27.   object SessionName: TLabel
  28.     Left = 116
  29.     Top = 56
  30.     Width = 237
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'SessionName'
  34.   end
  35.   object Button1: TButton
  36.     Tag = 4001
  37.     Left = 94
  38.     Top = 76
  39.     Width = 75
  40.     Height = 24
  41.     Caption = '&OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object Button2: TButton
  47.     Tag = 4002
  48.     Left = 186
  49.     Top = 76
  50.     Width = 75
  51.     Height = 24
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57.   object Input1: TEdit
  58.     Left = 13
  59.     Top = 24
  60.     Width = 329
  61.     Height = 21
  62.     TabOrder = 0
  63.     Text = 'Input1'
  64.   end
  65.   object Button3: TButton
  66.     Tag = 1
  67.     Left = 12
  68.     Top = 52
  69.     Width = 97
  70.     Height = 21
  71.     Caption = '&Copy to server:'
  72.     TabOrder = 3
  73.     OnClick = Button3Click
  74.   end
  75.   object ResolutionFix1: TResolutionFix
  76.     Left = 272
  77.     Top = 72
  78.   end
  79.   object Translate1: TTranslate
  80.     Tag = 6050
  81.     Left = 304
  82.     Top = 72
  83.   end
  84. end
  85.